Auto merge of #4279 - tee-too:fix-3499, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 13 Jul 2017 14:48:46 +0000 (14:48 +0000)
committerbors <bors@rust-lang.org>
Thu, 13 Jul 2017 14:48:46 +0000 (14:48 +0000)
commit5a5fe12cc369561ad5ed9bf3024d892bd6356c9a
treeb6285683b5a6d181cffb2fc672e77f69db22b1f7
parentf709c35a35687b2665eb290695825375be91410b
parent828247ac1e51e4d5908a0581fe02d527b36ee105
Auto merge of #4279 - tee-too:fix-3499, r=alexcrichton

Fix support of `[target.'cfg(...)']` syntax for rustc and rustdoc flags

Support of `[target.'cfg(...)']` for rustc and rustdoc flags is buggy.
This adds meaningful tests and fixes the issue.

Fixes #3499